using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class #SCRIPTNAME# : MonoBehaviour
{
    private void Start()
    {
        #NOTRIM#
    }

    private void Update()
    {
        #NOTRIM#
    }
}
